From: Wei Liu Date: Mon, 27 Jul 2015 17:45:03 +0000 (+0100) Subject: xl: lockdir should be lockfile in error message X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2675 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e129b17838d38ab1e60170472573791ff3f7ae74;p=xen.git xl: lockdir should be lockfile in error message Signed-off-by: Wei Liu Acked-by: Ian Campbell --- diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c index f0143063ee..5316ad9241 100644 --- a/tools/libxl/xl.c +++ b/tools/libxl/xl.c @@ -118,7 +118,7 @@ static void parse_global_config(const char *configfile, } if (!lockfile) { - fprintf(stderr, "failed to allocate lockdir\n"); + fprintf(stderr, "failed to allocate lockfile\n"); exit(1); }